@charset "utf-8";
/*reset*/
*{ font-family: "微软雅黑"; font-size: 16px;}
body,p,h1,h2,h3,h4,h5,h6,ul,li,img,input,table,dl,dd{ margin: 0; padding: 0;}
img{ display: block; border: none;}
input{ outline: none;}
li{ list-style: none; vertical-align: middle;}
a{ text-decoration: none; color:#666; border: none;}
a:hover{
	 text-decoration: none; 
}
input{ outline: none; border: none;}
/*h1,h2,h3,h4,h5,h6{ font-weight: normal;}*/
.fl{ float: left;}
.fr{ float: right;}
.clearfix:after{ display: block; height: 0; clear: both; content: ""; visibility: hidden; }

.w1200{width: 1220px; margin: 0 auto;}
.w1460{width: 78.5%; min-width: 1300px; margin: 0 auto;}
.w1300{width: 69.27%; min-width: 1300px; margin: 0 auto;}
.w1376{width: 1376px; min-width: 1300px; margin: 0 auto;}
.w00{width: 72%; min-width: 1300px; margin: 0 auto;}
/*---------------------------- 一级页面   ---------------------------------------*/
/*head*/
.body{
	width: 100%;
	height: 100%;
	position:relative;
}
/*.logo,.navp{
	padding: 25px 0;
}*/
/*nav*/
nav{ width: 100%; background: #00923a;}
/*.nav{
	width: 100%;
	height: 65px;
	
}*/
.navWrap{
	width: 90%;
	margin: 0 auto;
	min-width: 1300px;
	padding: 15px 0;
}
.navUl{
	width: 56%;
}
.navUl li {
	width: 14.28%;
	float: left;
	padding-top: 38px;
	transition: .3s;
}

.navUl li a {
	color: #fff;
	line-height: 35px;
	display: block;
	text-align: center;
	transition: .5s;
}
.navUl li:hover a{
	color: #fff;background: #ff9900;
	border-radius: 50px;
}




/*banner*/
.banner{
    position: relative;
    height: 100%;
    }

.swiper-container {
    width: 100%;
    height: 100%;   
}
.swiper-slide {
    text-align: center;   
    /* Center slide text vertically */
    display: -webkit-box;
    /*flex 弹性布局*/
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /*主轴的对齐方式*/
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide a{ display: block; width: 100%; height: 100%;}
.swiper-slide a img{ width: 100%;}



/*产品分类图片一排滚动*/
/*.Box {position: relative; padding: 50px 0; }
.Box .content {width: 1200px;margin: 0 auto;}
.Box h2 {text-align: center;margin-bottom: 35px;padding-top: 250px;}*/

.Box .Box_con .conbox {text-align: center; padding-top: 30px;}
.Box .Box_con .conbox li { display: inline-block; /*float: left;*/width: 190px;height: 45px; line-height: 45px;  padding: 8px 0; text-align: center;  overflow: hidden;transition: .5s;}
.Box .Box_con .conbox li a{ display: block;width: 175px; height: 100%; border: #bebebe 1px solid; margin: 0 auto; color: #3a3a3a; border-radius: 50px;}
.Box .Box_con .conbox li:hover a{background: #00a040;border: #00a040 1px solid; color: #fff;}

/*-------上下滚动产品展示部分--------*/
.mr_frbox{padding: 0px 0 50px;}		
.mr_frUl{ width: 100%; overflow: hidden; padding-top: 50px;}
.mr_frUl ul li{	
	float:left;
	width:24%;
	margin:0 .5%;
	background: #efefef;
	overflow:hidden;
	box-sizing: border-box;
	margin-bottom: 25px;
	}
.mr_frUl ul li a{
	position: relative;	
	display: block;
	width: 100%;
	height: 100%;	padding: 12px; box-sizing: border-box;
}	
.goodsUl{
	width: 100%;
    float: right;
	height: 800px;
	overflow: hidden;
}

.goodsUl li a div{
	width: 92%;
	padding: 12px 4% 5px;
	overflow: hidden;
	text-align: center;
	color: #414141;
	font-weight: bold;
	transition-duration:500ms ;
	-webkit-transition-duration:500ms ;
	-moz-transition-duration:500ms ;
}
.goodsUl li a img{
	width:100%;
	height: 270px;
	transition-duration:500ms ;
	-webkit-transition-duration:500ms ;
	-moz-transition-duration:500ms ;
}
.goodsUl li a p{
	position: relative;
}	
.goodsUl li span{
	content: " ";
	position: absolute;
	bottom: 30%;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(0,160,64,.8) url(../img/fdj.png) no-repeat center 40%;
	transition: .5s;
	}
	
.goodsUl li span i{
	padding-top: 200px;
	display: block;
	text-align: center;
	font-style: normal;
	color: #fff;
}	
.goodsUl li span i em{
	font: normal 28px/40px impact;
	color: #fff;
}
.goodsUl li:hover span{
	bottom:0;
	opacity: 1;
}




/*product*/
.proBox{
	background: url(../img/ju.png) no-repeat center 0;
	margin-top: 30px;
}

.product{ 
	padding-top: 1px;
	margin-top: 80px;
	background: url(../img/cp.png) no-repeat center 80px;
	}
.ulWrap{
	width: 85%; margin: 0 auto; 
}



/*小图切换,后台调取图片*/
	.max-case{
	width: 560px;
	height: 435px;
	background: #eee;
	float: left;
	position: relative;
	border: 5px solid #d0d7e3;
}
.max-case ul{
	width: 100%;
	height: 100%;
}
.max-case li{
	width: 100%;
	height: 100%;
    overflow: hidden;
    position: relative;
}
.max-case li>a>img{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border:rgba(255,255,255,.65) 8px solid;
}
.max-case li strong{
	font-size: 20px;
	color: #000;
	line-height: 50px;
	text-align: center;
	width: 470px;
	display: block;
	font-weight: normal;
}
.max-case li p{
	text-align: center;
    position: absolute;
    top: 30px;
    left: 20px;
    font-size: 20px;
    color: #fff;
    background: rgba(0, 0, 0, 0.596);
    padding: 5px 20px
}
.number{
	width: 100%;
	height: 30px;
	position: absolute;
	z-index: 99999;
	right: 10px;
    bottom: 0px;
    text-align: right;
}
.number span{
	width: 22px;
	height: 18px;
	display: inline-block;
	/*border-radius: 50%;*/
	background: #000;
	color: #fff;
	font-size: 12px;
	margin: 0 5px 0 0;
	text-align: center;
	line-height: 18px;
}
.number-on{
	background: #cc0000 !important;
	color: #fff !important;
}
/*小图切换结束*/

/*about*/
.about{
	background: url(../img/ab.jpg) no-repeat center 0;
}
.abP{
	width: 560px;
	height: 430px;
	position: relative;
}
.focus{
	width: 650px;
}
.btABout{
	display: block;
	width: 160px;
	height:45px;
	padding-left:35px;
	background:#00a040 url(../img/more.png) no-repeat 120px center;
	color: #fff;
	border-radius: 50px;
	/*text-align: center;*/
	line-height: 45px;
	margin-top: 50px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.btABout:hover{
	width: 180px;
	background:#00a040 url(../img/more.png) no-repeat 150px center;
}
.mlgb{
	height: 450px;	
	padding: 78px 0;
}
.abp{
	color: #fff;
	padding-left: 40px;
	
}

.focus h3{
	padding-top: 85px;
	font-size: 32px;
	color: #fff;
	line-height: 105px;
	text-align: center;
}
.jjL{
	width: 600px;
	/*margin: 0 auto 50px;*/
}

.jjL p{
	color: #555555;
	line-height: 32px;
	margin-top: 30px;
}
.about div i{
	font: italic 36px/48px impact;
	color: #ff9900;
	    margin-top: 50px;
	padding-left:55px ;
	background: url(../img/dh02.png) no-repeat 0 center;
}

/*case*/
.case{
	position: relative;
	width: 100%;
	padding-top: 30px;
	margin-top: 55px;
	background:#fff;
	z-index: 9;
}
.bt{
	display: block;
}
.bt img{
	margin: 0 auto;
}
.bt p{
	text-align: center;
	color: #909090;
	line-height: 40px;
}
.picFocus{
	margin-top: 70px;
}


/*案例分类图片一排滚动*/
.caseUl{
	margin: 50px auto 0;
}
.caseUl li{
	position: relative;
	float: left;
	width: 425px;
	/*padding: 15px 12px 0 12px;*/
	background: rgba(255,255,255,.75);
	margin-right: 15px;
	overflow: hidden;
	transition: .5s;
}

.caseUl li a{
	display: block;
	width: 100%;
	
}
.caseUl li a>img{
	width: 100%;
	height: 320px;
	transition: .3s;
}
.caseUl li p{
	position: absolute;
	color: #1a1a1a;
	text-align: center;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: rgba(0,0,0,.5);
	bottom: 0;
	color: #fff;
	/*padding: 16px 0 16px 30px;*/
	transition: .5s;
}

.caseUl li span{
	display: block;
	width: 100%;
	height: 50px;
	background: #f2f2f2;
	color: #000;
	font-size: 18px;
	
	line-height: 50px;
	transition: .3s;
}
.caseUl li a p>img{
	position: absolute;
	right: 0;
	top: 0;
}
.caseUl li:hover a>img{
	width: 100%;transition: .3s;
}
.caseUl li:hover img{
	transform: scale(1.05);
}
.caseUl li:hover p{
	background: #00a040;
}

/**/
.casebtnBox{
	width: 40%;
	margin:0 auto; 
}
.caseMore{
	display: block;
	width: 335px;
	height: 40px;
	margin: 70px auto 0;
	border-radius: 50px;	
	transition: .5s;
}
.caseMore span{
	display: inline-block;
	width: 195px;
	height: 45px;	
	border-radius: 50px;
	text-align: center;
	line-height: 45px;
	background: #fff;
}
.caseMore i{
	display: block;
	
	font:  normal bold 16px/42px "å¾®è½¯é›…é»‘";
}
.caseMore i em{
	color: #fff;
	font:  normal  24px/40px impact;
}
.case01{
	border: #ff0606 1px solid;
	background: #ffeff0;
}
.case01 i{
	width: 100%;
	color: #000;
	text-align: center;
}
.case02{
	border: #f89900 1px solid;
	background: #f89900;
}
.case02 i{
	width: 50%;
	margin: 0 auto;
	padding-left: 40px;
	color: #fff;
	background: url(../img/dh01.png) no-repeat 0 center;
}
.caseMore:hover{
	width:360px;
}

/*lcUl*/
.lc{
	padding: 60px 0 50px;
	background: url(../img/ys.jpg) no-repeat center 0;
	/*background-size: cover;*/
}
.lc .bt{
	padding-bottom: 60px;
}
.lcUl{
	display: flex;
}
.lcUl li{
	flex: 1;
	width: 160px;	
} 
.lcUl li img{
	width: 160px;	
	height: 160px;
	margin:0 auto;
	border-radius: 50%;
	border: #fff 5px solid;
}  
 
.lcUl li p{
	text-align: center;
	color: #fff;
	font: bold 24px/45px "微软雅黑";
	padding-top: 10px;
	text-shadow: rgba(0,0,0,.45) 1px 2px 5px;
} 
.lcUl li i{
	display: block;
	width: 100%;
	height: 46px;
	text-align: center;
	color: #fff;
	text-shadow: rgba(0,0,0,.35) 1px 2px 5px;
	/*margin: 35px auto 20px;*/
}
.lcUl li:hover img{
	border: #ff9900 5px solid;
}
.lcUl li:nth-child(1) i{
	background: url(../img/i01.png) no-repeat center -46px;
	transition: .5s;
} 
.lcUl li:nth-child(1):hover i{
	background: url(../img/i01.png) no-repeat center 0px;
} 
.lcUl li:nth-child(1) i{
	background: url(../img/i01.png) no-repeat center -46px;
	transition: .5s;
} 
.lcUl li:nth-child(2):hover i{
	background: url(../img/i02.png) no-repeat center 0px;
} 
.lcUl li:nth-child(2) i{
	background: url(../img/i02.png) no-repeat center -46px;
	transition: .5s;
} 
.lcUl li:nth-child(3):hover i{
	background: url(../img/i03.png) no-repeat center 0px;
} 
.lcUl li:nth-child(3) i{
	background: url(../img/i03.png) no-repeat center -46px;
	transition: .5s;
} 
.lcUl li:nth-child(4):hover i{
	background: url(../img/i04.png) no-repeat center 0px;
} 
.lcUl li:nth-child(4) i{
	background: url(../img/i04.png) no-repeat center -46px;
	transition: .5s;
} 


/*news*/
.news{	
	padding: 80px 0;
	/*background: url(../img/news.jpg) no-repeat center 0;
	background-size:100% 100%;*/
}
.newsBox{
	position: relative;
}
.newsUl{
	display: flex;
	padding-top: 50px;
}
.newsUl li{
	position: relative;
	flex: 1;
	margin: 0 16px;
	border: #e9e9e9 1px solid;
	box-shadow:1px 1px 4px #f1f1f1;
}
.imgL{
	overflow: hidden;
}
.imgL,.imgL img{
	width: 100%;
	height: 300px;
	transition: .5s;
}
.newMain{
	width: 90%;
	margin:17px auto;
}
.newMain h4{
	font: bold 18px/40px "微软雅黑";
	color: #383838;
	width: 100%;
	height: 40px;
	overflow: hidden;	
	}
.newMain p{
	font: normal 16px/26px "微软雅黑";
	color: #4b4b4b;
	min-height: 105px;
}
.newMain span{
	font: normal 16px/35px "微软雅黑";
	color: #121212;
	display: block;
	width: 150px;
	height: 40px;
	border: #b5b5b5 1px solid;
	text-align: center;
	line-height: 40px;
	margin-top: 20px;
	transition: .5s;
	
}
.tmleft{
	position: absolute;
	top: 0;
	display: block;
	width: 110px;
	height: 80px;
	background: #00a040;
	padding: 10px 0;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	line-height: 30px;
}
.tmleft em{
	position: absolute;
	color: #fff;
	font-size: 26px;
	display: block;
	width: 100%;
	font-style: normal;
	line-height: 40px;
	text-align: center;
}
.newsUl li:hover .imgL img{
	transform: scale(1.1);
}
.newsUl li:hover .newMain span{
	background: #c50000;
	color: #fff;
	border:#c50000 1px solid;
	width: 65%;
}



/*foot*/
.foot{
	width: 100%;
	background:#2f2f2f;
	/*height: 345px;*/
}

.fMain{
	padding-bottom: 35px;
}
.footWrap03,.footWrap01,.fMain div.fl{
	padding-top: 35px;
}
.fMain dl{
	width: 220px;
	/*padding-right: 140px;*/
}
.fMain dl dd{
	color: #fff;
	width: 100px;
	height: 30px;
	line-height: 30px;
	/*border: #fff 1px solid;	
	margin-bottom: 8px;*/
	/*text-align: center;*/
}
.fMain dl dd a{
	color: #fff;
	font-size: 14px;
	
}
.fMain dl dd{
	float: left;
}
/*.fMain dl dd:nth-child(even){
	float: right;
}*/
.footWrap01 {
	width: 220px;
	padding-left: 80px;
}
.footWrap01 h5,.footWrap03 h5{
	font:normal 20px/50px "微软雅黑";
	color: #fff;
	margin-bottom:16px;
	}
.footWrap01 h5::after,.footWrap03 h5::after{
	content: " ";
	display: block;
	width: 45px;
	height: 1px;
	background: #979797;
}
.hong{
	font: 29px/45px impact;
	color: #ffb100;
}
.footWrap02{
	/*background: #1560d2;*/
	padding: 40px 60px;
	width: 160px;
}
.footWrap02 h4,.footWrap02 p{
	text-align: center;
	color: #fff;
}
.footWrap02 h4{
	font: 30px/38px "微软雅黑";
}
.footWrap02 p{
	font: 18px/32px "微软雅黑";
}
.footWrap02 img{
	width: 80%; margin: 0 auto;	padding-top: 20px;
}
.footWrap03{
	padding-left: 40px;
}

.footWrap03 p{
	color: #fff;
	line-height: 32px;
}
.footWrap03 li{
	color: #fff;
	line-height: 30px;
}
/*----.footB----*/

.bMxin{
	/*border-top: #000 1px solid;*/
	background: #242424;
}
.bMxin p{
	color: #fff;
	line-height: 50px;
}
.bMxin a{
	color: #fff;
	line-height: 40px;
}
.bMxin a:hover{
	text-decoration: underline;
}
.bMxin img{
	margin-top: 8px;
}

@media only screen and (max-width:1620px) {
	.navWrap{
		width: 100%;
	}
	.navUl{
		width: 52%;
	}
}

/*--------------*/
header,nav,.banner,.product,.youshi,.about,.case,.news,.foot,.dinggou{min-width: 1200px;}


/*top返回顶部按钮*/
.cd-top {
  display:block;
  height: 52px;
  width: 52px; 
  position: fixed;
  bottom: 40px;
  right: 10px;
  overflow: hidden;
 /* text-indent: 100%;*/
  white-space: nowrap;
  background: red;
  border: #000 5px solid;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  border: 0 solid;
  background: #fff;
  box-shadow: 0px 0px 6px rgba(143,0,0,1);
  outline: 2px solid;
  outline-color: rgba(210, 0, 0, 0.5);
  outline-offset: 0px;
  /*text-shadow: none;*/
  /*border-radius: 6px;*/
  -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}
.cd-top:hover{
	 background: #d20000;
	  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
	  outline-color: rgba(255, 255, 255, 0);
	  outline-offset: 15px;
	  text-shadow: 1px 1px 2px #427388;
}
.cd-top:hover i{
	 background:url(../images/jt.png) no-repeat center -21px;
	 transition: .5s;
}
.cd-top i{
	display:block;
	width: 32px;
	height: 32px;
	margin: 15px auto;
	overflow: hidden;
	background:url(../images/jt.png) no-repeat center 0;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}

.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}



/*内页banner中产品分类*/
/*.proUl-nei{
	width: 1000px;
	margin: 0 auto;
	padding-top: 60px;
}
.proUl-nei li{
	position: relative;
	float: left;
	width: 150px;
	height: 150px;
	margin: 15px;
	border: #fff 5px solid;
	box-shadow: #808080 1px 2px 4px;
	border-radius: 50%;
	overflow: hidden;
	background: rgba(255,255,255,.65);
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}
.proUl-nei li:hover{
	transform: translateY(-20px);
}
.proUl-nei li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #cd010a;
	font-weight: bold;
	text-align: center;
	line-height: 160px;
}
.proUl-nei li a img{
	display: block;
	width: 100%;
	height: 100%;
}
.proUl-nei li a p{
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: rgba(255,255,255,.65);
	position: absolute;
	bottom: 15px;
	text-align: center;
	
}
.firstRow td p img{
	margin: 0 auto;
}*/

/*----------------------------------   二级页面    ---------------------------------------------------*/
#main {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    font-size: 16px;
    line-height: 35px;
}
.ny_left {
	width: 320px;
	height: auto;
	float: left;
}

.ny_right {
	width: 880px;
	height: auto;
	float: left;
}

.bass {
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #666;
	width: 100%;
	margin: 0 auto 30px;
	border-bottom: solid 2px #ddd;
}
.bassMain{
	padding:0 16.5%;
}
.phoneNei{
	padding-left: 50px;
	background: url(../img/phone-nei.png) no-repeat 0 18px;
	background-size: 18%;
	color: #4d4d4d;
	font-weight: bold;
}
.bass img{
	vertical-align: middle;
	margin-right: 10px;
}

.bass a {
	color: #cd010a;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}

.ny_news li{
	width: 100%;
	padding:50px 0;
	/*border-bottom: solid 1px #ddd;*/
	/*margin-bottom: 20px;*/
	overflow: hidden;
	font-size: 14px !important;
	line-height: 25px;
	color: #666;
	box-sizing: border-box;
	/*padding-bottom: 20px;*/
	position: relative;
	transition: .3s;
}
.newsLi{
	width: 1100px;
	margin: 0 auto;
	position:relative;
	-webkit-transition:all 0.3s linear 0s;
	transition:all 0.3s linear 0s;
	left:0;
}
.ny_news li:hover{
	background: #ff9900;
}
.ny_news li:nth-child(2n):hover{
	background: #00a040;
}
.ny_news li:hover .newsLi{
	left: -20px;
}
.ny_news li:hover h6,.ny_news li:hover p,.ny_news li:hover span{
	color: #fff;
}
.ny_news li:nth-child(2n){
	background: #f8f8f8;
}
.ny_news li a{
	font-size: 20px;
	color: #333;
	display: block;
	padding-top: 10px;
}
.ny_news li a:hover{
	color: #234bba;
}
.ny_news li>img{
	width: 200px;
	height: 135px;
	float: left;
	margin-right: 20px;
	display: block;
}


.ny_news li p{
	/*color: #999;
	padding-left: 15px;*/
	width: 100%;
	/*height: 30px;*/
	
}
.ny_news li p>img{
	vertical-align: middle;
	margin-right: 5px;
}

.nynews_list{
	margin-bottom: 30px;
	/*width: 100%;*/
	overflow: hidden;
}
.nynews_list h1{
	margin-bottom: 20px;
}
.nynews_list li{
	width: 49%;
	height: 45px;
	margin: 5px 0.5%;
	float: left;
	border: solid 1px #ddd;
	background:url(../img/news1.jpg) left center no-repeat #fff;
	box-sizing: border-box;
	line-height: 45px;
	color: #666;
	
}
.nynews_list li a{
	color: #555;
	padding-left: 10px;
}
.nynews_list li a:hover{
	color: #d7a02b;
}



.love-pic-box{
	width: 100%;
	overflow: hidden;
	margin: 20px auto;
}
.love-pic-box li{
		width: 23%;
		height: 280px;
		background: #fff;
		margin: 15px 1%;
		float: left;
		list-style: none;
		overflow: hidden;
		position: relative;
		z-index: 0;
		box-shadow: 0px 0px 10px #ccc;
		border: solid 1px #d5d2d2;
		box-sizing: border-box;
		
}
.love-pic-box li img{
		width: 100%;
		height: 240px;
		padding: 0;
		margin: 0;
}
.love-pic-box li p{
	position: absolute;
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #eee;
	z-index: 999;
	left: 0;
	bottom: 0;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;	
}
.love-pic-box li:hover p{
	position: absolute;
	width: 100%;
	height:50px;
	background: #eee;
	z-index: 999;
	left: 0;
	bottom: 0;
}

.love-pic-box li p>a{
		width: 100%;
		line-height:30px;
		height: 30px;
		text-align: center;
		font-size: 16px;
		color: #000;
		display: block;
		padding-top: 5px;
}
.love-pic-box li p em{
	background: url(../img/pro-tel.png) left center no-repeat;
	padding-left: 40px;
	font-size: 20px;
	color: #dd0000;
	line-height: 40px;
	display: block;
	margin-left: 30px;
	font-weight: bold;
}

.nr16 {
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 30px;
	color: #000;
}

.nr20 {
	/*width:100%;*/
	height: auto;
	font-size: 20px;
	line-height: 40px;
	color: #000;
}
.nr20 h1{
	font-size: 26px;
	color: #234bba;
	text-align: left;
}

.nextinfo{
	width: 100%;
	overflow: hidden;
	
}
.nextinfo span{
 	background: #eee;
 	margin: 20px 1%;
 	width: 48%;
 	float: left;
 	text-align: center;
 	border-radius: 20px;
 }
.nextinfo span:hover{
 	background: #333;
 	color: #fff;
 }
.nextinfo span:hover a{
	color: #fff;
}
 
 
.pc_tt {	
	color: #fff;
	width: 80%;
	height: 165px;
	margin:0 auto;
	padding-top: 25px;
	padding-left: 10px;
	border-bottom: solid 4px #f89900;
	box-sizing: border-box;

}
/*.pc_tt h1{
	line-height: 50px;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    color: #fff;
}*/

.pc_tt h2{
	font-size: 30px;
	line-height: 70px;
	text-align: left;
	letter-spacing: .1em;
    /*font-weight: normal;*/
    text-shadow: rgba(0,0,0,.35) 1px 1px 5px;
}
.pc_tt>p{
	font-size: 20px;	
	line-height: 50px;
	text-align: left;
	color: #f2f2f2 !important;
	font-family: arial;
	font-weight: bold;
}
.pc_tt>p::after{
	content:" ";
	display: block;
	width: 40px;
	height: 2px;
	background: #fff;
}

.left_cplei {
	width: 80%;
	margin: 0 auto;
	padding: 15px 0 30px;
	height: auto;
}

.left_cplei li {
	height: 50px;
	border-bottom: #fff 1px dotted;
	text-align: left;
	line-height: 50px;
	font-size: 18px;
	/*padding-left: 20px;*/
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}

.left_cplei li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	z-index: 1;
	transition: 0.2s;
}
.left_cplei li a::before{
	content: '';
    width: 0;
    height: 0;
    /*-webkit-transform: rotate(360deg);*/
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    bottom: 0;
    left: 0;    
     box-sizing: border-box;
  -webkit-transition: 0.4s;
  transition: 0.4s;
z-index: -1;
}
.left_cplei li a::after{
	    content: '';
    width: 0;
    height: 0;
    /*-webkit-transform: rotate(360deg);*/
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
    
     box-sizing: border-box;
  -webkit-transition: 1s;
  transition: 1s;
z-index: -1;
}
.left_cplei li a:hover{
	color: #333;
	transform: scale(1.15);
}
.left_cplei li a:hover::before{
	border-width: 165px 0 0 165px;
	z-index: -1;	
}
.left_cplei li a:hover::after{
	border-width: 0 165px 165px 0;z-index: -1;
}

.left_cplei p {
	width: 220px;
	height: 35px;
	margin: 5px auto;
	border-bottom: dashed 1px #ccc;
}

.left_cplei p a {
	color: #000;
	text-decoration: none;
	width: 228px;
	height: 35px;
	font-size: 16px;
	color: #555;
	line-height: 35px;
	display: block;
	font-weight: bold;
}

.left_cplei p a:hover {
	color: #ff0000;
}

.cpWrapLeft{
	width: 20%;
}
.left-lx{
	width: 100%;
	overflow: hidden;
	border: solid 1px #ddd;
	box-sizing: border-box;
	background: #00a040 ;
	/*padding-bottom: 20px;*/
	box-shadow: 0px 0px 10px #ccc;
	margin-bottom: 20px;
	border-radius: 10px;
	
}
.lx-tt{
	height: 60px;
	padding-top: 20px;
	margin-bottom: 10px;
	background: url(../img/fenlei.jpg) no-repeat 0 0;
	color: #888;
	border-bottom: solid 5px #ff6633;
	width:100%;
	margin: 0 auto 10px;
}
.lx-tt h2{
	font-size: 20px;
	color: #fff;
	line-height: 50px;
	float: left;
	font-weight: initial;
	padding-left: 15px;
	
}
.lx-tt a{
	font-size: 14px;
	color: #eee;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}
.lx-tt a:hover{
	color: #ff6633;
}


.lxBox{
	width: 56%;
	margin: 0 auto;
	padding: 35px 0;
}


.lxBox2{
	width: 80%;
	margin: 0 auto;
color: #fff;

}


.lxBox img{
	width: 100%;
}
#nyba {
	width: 100%;
	height: 450px;
	margin-bottom: 5px;
	background:url(../img/bannernei.jpg) no-repeat center 0;
 	/*background-attachment: fixed;*/
	
}
/*#nyba img{ width:100%; min-width:1200px; }*/

.links {
	width: 1070px;
	height: 60px;
	margin: 0 auto;
}

.links span {
	float: left;
	margin: 0 10px;
}

.links span a {
	font-size: 16px;
	line-height: 60px;
	color: #666;
}

.links span a:hover {
	color: #ff0000;
}





.ibox7 {
	width: 1200px;
	height: 270px;
	overflow: hidden;
	position: relative;
	padding-top: 20px;
}

.ibox7 #LeftArr1 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 600px;
	height: 270px;
	cursor: pointer;
	background: url(images/left1.jpg) left center no-repeat;
}

.ibox7 #RightArr1 {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 600px;
	height: 270px;
	cursor: pointer;
	background: url(images/right1.jpg) right center no-repeat;
}

.ihonor {
	height: 270px;
	margin: 0px auto;
	overflow: hidden;
}


/*ͼЧ*/

.cppic {
	width: 380px;
	height: 320px;
	margin: 10px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	float: left;
}

.cppic dl {}

.cppic dl dt {
	width: 378px;
	height: 280px;
	border: solid 1px #ddd;
	display: block;
	overflow: hidden;
}

.cppic dl dt img {
	width: 378px;
	height: 280px;
	ition: 0.4s;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	-o-transition: -o-transform 0.4s ease-out;
	-ms-transition: -ms-transform 0.4s ease-out;
}

.cppic dl dd {
	text-align: center;
	width: 380px;
	height: 40px;
	line-height: 40px;
	background: #EEE;
	color: #333;
	font-size: 16px;
}

.cppic a:hover dl dd {
	background: #e07d7d;
	width: 380px;
	height: 40px;
	color: #FFF;
}

.cppic a:hover dl dt img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.cppic2 {
	width: 150px;
	height: 100px;
	margin: 10px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	float: left;
}

.cppic2 dl {}

.cppic2 dl dt {
	width: 150px;
	height: 100px;
	border: solid 2px #eee;
}

.cppic2 dl dt img {
	width: 150px;
	height: 100px;
	border: 0;
}

.cppic3 {
	width: 280px;
	height: 250px;
	margin: 10px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	float: left;
}

.cppic3 dl {}

.cppic3 dl dt {
	width: 278px;
	height: 210px;
	border: solid 1px #ddd;
}

.cppic3 dl dt img {
	width: 278px;
	height: 210px;
	border: 0;
}

.cppic3 dl dd {
	text-align: center;
	width: 280px;
	height: 40px;
	line-height: 40px;
	background: #d7d7d7;
	color: #000;
	display: block;
}

.cppic3 a:hover dl dd {
	background: #fff;
	width: 280px;
	height: 40px;
	color: #000;
}

.nypic {
	width: 280px;
	height: 350px;
	margin: 10px 9px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	float: left;
}

.nypic dl {}

.nypic dl dt {
	width: 278px;
	height: 228px;
	border: solid 1px #ddd;
}

.nypic dl dt img {
	width: 278px;
	height: 228px;
	border: 0;
}

.nypic dl dd {
	text-align: center;
	width: 280px;
	height: 70px;
	background: #ebebeb;
	color: #000;
}

.nypic dl dd h3 {
	text-align: center;
	width: 280px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	background: #ebebeb;
	color: #000;
}

.nypic dl dd p {
	text-align: center;
	width: 280px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	background: #ebebeb;
	color: #000;
	margin: 0;
	padding: 0;
}

.nypic dl dd p span {
	font-family: Impact;
	color: #eb4c00;
	font-size: 22px;
}

.nypic a:hover dl dd {
	background: #cd5310;
	width: 280px;
	height: 70px;
	color: #fff;
}

.news3 li {
	width: 900px;
	height: 180px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	margin:20px 10px;
	border: solid 1px #ddd;
	overflow: hidden;
	padding: 10px;
	font-size: 16px;
	color: #666;
	line-height: 27px;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
.news3 li:hover {
	width: 900px;
	height: 180px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	margin:20px 10px;
	border: solid 1px #ddd;
	overflow: hidden;
	padding: 10px;
	font-size: 16px;
	color: #666;
	line-height: 27px;
	box-shadow: 0px 0px 10px #ccc;
	transform: scale(1.05);
}

.news3 li img {
	width: 200px;
	height: 160px;
	margin-right: 10px;
	float: left;
}

.news3 li strong {
	font-size: 18px;
	color: #000;
	display: block;
	font-weight: initial;
}

.news3 li strong a {
	color: #000;
	line-height: 40px;
	text-decoration: none;
}

.news3 li strong a:hover {
	color: #ff0000;
}


.news3 li p {
	font-size: 14px;
	text-align: left;
	line-height: 30px;
	color: #999;
	font: italic;
}

.ny_title3 {
	width: 1200px;
	height: 40px;
	background: #666;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
	clear: both;
	line-height: 40px;
	padding-left: 10px;
}

.ny_love3 {
	width: 1198px;
	height: 280px;
	background: #fff;
	margin: 0 auto;
	border: solid 1px #ddd;
}

.ny_love {
	width: 898px;
	height: 280px;
	background: #fff;
	margin: 0 auto;
	border: solid 1px #ddd;
}

.ny_title4 {
	width: 890px;
	height: 40px;
	background: #666;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
	clear: both;
	line-height: 40px;
	padding-left: 10px;
}

.ny_love4 {
	width: 898px;
	height: 280px;
	background: #fff;
	margin: 0 auto;
	border: solid 1px #ddd;
}

.page22 {
	width: 900px;
	height: 40px;
	margin: 0 auto;
	line-height: 40px;
}

.page22 li {
	width: 400px;
	height: 40px;
	float: left;
	text-align: center;
}

.page11 {
	line-height: 40px;
	font-weight: bold;
	color: #333;
	text-align: center;
}

.page11 i {
	color: #999;
	font-size: 14px;
	font-weight: normal;
}
.content h1{
	text-align: center;
	font-size: 20px;
	line-height: 80px;
}
.zixun{
	width: 1200px;
}
.zixun h1{
	text-align: left;
}

.newsLi img{
	float: left;
	width: 160px;
	height: 120px;
}
.newRight{
	width: 850px;
}
.newRight h6{
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 10px;
}
.newRight p{
	font-size: 14px;
	color: #a6a6a6;
}
.newRight span{
	color:#bbb;
}  
.ss_submit{
	background: #999;
}
.h50{
	height: 50px;
}
